projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2569ba
)
Remove leftover debug spew
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 19 Nov 2011 23:13:42 +0000
(18:13 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 19 Nov 2011 23:13:42 +0000
(18:13 -0500)
gtk/tests/testing.c
patch
|
blob
|
history
diff --git
a/gtk/tests/testing.c
b/gtk/tests/testing.c
index 42952d118baca8a7aa9486ab2b5a3b6bd920a4ad..e5a48bdee7924800a016fb5304ca0270ee3a6149 100644
(file)
--- a/
gtk/tests/testing.c
+++ b/
gtk/tests/testing.c
@@
-44,10
+44,8
@@
test_button_clicks (void)
g_assert (button != NULL);
simsuccess = gtk_test_widget_click (button, 1, 0);
g_assert (simsuccess == TRUE);
- while (gtk_events_pending ()) {
- g_print ("iterate main loop\n");
+ while (gtk_events_pending ())
gtk_main_iteration ();
- }
g_assert (a == 0);
g_assert (b > 0);
g_assert (c == 0);